home *** CD-ROM | disk | FTP | other *** search
/ Archive Magazine CD 1995 / Archive Magazine CD 1995.iso / discs / pipeline / 3_11 / Tapes / ReadMe < prev    next >
Encoding:
Text File  |  1990-06-10  |  4.8 KB  |  99 lines

  1. %OP%JUY
  2. %OP%IRY
  3. %OP%TM1
  4. %OP%HM0
  5. %OP%FM0
  6. %OP%BM0
  7. %CO:A,12,72%%C%CardData - A Card Index Type Data Base using PipeDream 3
  8.  
  9.  
  10. %JR%CardData.$.Tapes is a set of files and macros which can be used to 
  11. %JR%construct a card index type data base called "INDEX".  Compiled using 
  12. PipeDream 3 V.3.07.
  13.  
  14. In this particular example it concerns a Video tape library.
  15.  
  16. %JR%The Video tapes are given an integer reference in column "A" of the 
  17. %JR%data base.  Six items on a tape are allowed and the length of each, in 
  18. %JL%minutes, is recorded.  The tape length is also input so that the 
  19. remaining time period is calculated.
  20.  
  21. The data base is compiled using the file RecTemp and the Macro "AddRec"
  22.  
  23. %JR%Once these files have been created the macro "Load" can be used to load 
  24. the two files into windows.
  25.  
  26. %JR%"AddRec" adds the record to the end of the data base so the files need 
  27. %JL%to be added in numerical order(*).  The record is entered on the record 
  28. %JR%template "RecTemp", this has data field column headings and the video 
  29. %JL%tape reference number is entered into slot "A5".  This slot should be 
  30. %JR%marked and copied using copy block (Ctrl BC) into slots "C5" from which 
  31. %JL%it can be Replicated down to slot "C10", note Replication of slots 
  32. %JR%containing expressions involving slot references leads to problems if a 
  33. %JL%selection file is made and should be avoided when referencing items. 
  34. %JR%There is still a problem in that the tape lengths remaining are 
  35. %JL%calculated using slot references and these are incorrect after a 
  36. %JR%selection is made.  If it is important for such terms to be maintained 
  37. %JL%on selection then INDEX should be saved under a different name for 
  38. %JR%later recovery and the values in the expression slots fixed by the 
  39. %JL%'snapshot command' - CTRL BSS. Having compiled the new record, running 
  40. %JR%the macro "AddRec" adds the record to the end of the Data Base "INDEX".  
  41. %JL%In order to facilitate the entry of further records, "AddRec" closes 
  42. %JR%the used "RecTemp" window and it is necessary to click the running 
  43. %JL%"hour-glass" icon on "NO" in the dialogue box when this appears, a new 
  44. copy of "RecTemp" will be loaded. 
  45.  
  46. %JR% NOTE (*) - This procedure can be modified when the revised version of 
  47. %JL%PipeDream3 is available which should enable sort to be used to order 
  48. %JR%records which can then be input in any order.  With  V. 3.07 the 
  49. program hangs up with expression slots if sort is used.
  50.  
  51. %JR%The macro "ModRec" enables a record to be modified by using the file 
  52. %JR%"RecTemp".  The Block Search dialogue box needs to be edited to give 
  53. %JR%the record number as the search string, "Search Expression Strings" 
  54. %JL%switched on and Range of Columns set to "A".  The macro "ModRecI" can 
  55. %JR%be used to input the selected record to the file "RecTemp" for editing 
  56. and the macro "ModRec" to replace it with the edited version.
  57.  
  58. %JR%Printing of a record can be achieved in a similar manner to 
  59. %JR%Modification by loading windows "INDEX" and "PrtTemp", NOTE window 
  60. %JL%"RecTemp" must be closed, setting the record number in the 
  61. %JR%search dialogue box as for "ModRec" and calling macro "PrtRec" from the 
  62. window "INDEX".
  63.  
  64. The macro "keys" can be used to redefine the function keys so that:-
  65.  
  66. %JR%a) Ctrl-Shift F1 runs the macro "Load", from any dummy PipeDream window 
  67.    which must be closed when the Load operation is complete.
  68. b) Ctrl-Shift F2 runs the macro "AddRec", from the window "INDEX". 
  69. c) Ctrl-Shift F3 runs the macro "ModRecI", from the window "INDEX". 
  70. d) Ctrl-Shift F4 runs the macro "ModRec", from the window "RecTemp". 
  71. e) Ctrl-Shift F5 runs the macro "PrtRec", from the window "INDEX".
  72.  
  73. %JR% NOTE!  The appropriate windows must be open for the application of a) 
  74.         to e) as indicated in the previous instructions.
  75. %P6%
  76. %P6%
  77.  
  78. %JR%The file "keystrip" will print out a keystrip provided highlight "H7" 
  79. is set for "Condensed" printing on an Epson FX80 compatible printer.
  80.  
  81. %JR%The file "IndexTemp" is provided to enable a new data base of this same 
  82. form to be started.
  83.  
  84. The procedures to adopt are as follows:-
  85.  
  86. 1) Load !PipeDream. 
  87. 2) Load CardData and double click on the directory "Tapes". 
  88. 2) Open a PipeDream window. To start a new Data Base, load the 
  89. %JR%   file "IndexTemp" and rename as "INDEX", if the previous file is 
  90. %JL%   required, copy it to another disc or rename.  Save the file "INDEX". 
  91.    This step is omitted if the data base exists.
  92. 3) Double click on the macro "keys" to set the function keys. 
  93. %JR%   If a keystrip is required print the file "keystrip" after setting  
  94.    highlight 7 to condensed.
  95. %JR%4) Open another window and press Ctrl-Shift F1 then close the window to 
  96.    leave windows "INDEX" and "RecTemp" open.
  97. %JR%5) If a print of a record is required, close window "RecTemp" and open 
  98.    "PrtTemp", note that again Highlight 7 must be set to condensed.
  99. %CO:B,12,60%%CO:C,12,48%%CO:D,12,36%%CO:E,12,24%%CO:F,12,12%